home *** CD-ROM | disk | FTP | other *** search
/ Kit PC World De Ampliacion De Windows 95 / Kit PC World de ampliacion de Windows 95.iso / internet / sweeper / include / sweeper.h < prev    next >
C/C++ Source or Header  |  1995-12-04  |  716b  |  24 lines

  1. //=--------------------------------------------------------------------------=
  2. // Copyright  1995  Microsoft Corporation.  All Rights Reserved.
  3. //
  4. // THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF 
  5. // ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO 
  6. // THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A 
  7. // PARTICULAR PURPOSE.
  8. //=--------------------------------------------------------------------------=
  9.  
  10. #ifndef __SWEEPER_H
  11. #define __SWEEPER_H
  12.  
  13. #include "windows.h"
  14. #include "olectl.h"
  15. #include "comcat.h"
  16. #include "datapath.h"
  17. #include "docobj.h"
  18. #include "hlink.h"
  19. #include "servprov.h"
  20. #include "urlmon.h"
  21. #include "wininet.h"
  22.  
  23. #endif
  24.